home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / gnu / fileutils_3_3.lha / fileutils-3.3 / README.Amiga < prev    next >
Text File  |  1992-09-22  |  1KB  |  38 lines

  1. These file utilities are compiled with SAS C 5.10b and my unix library
  2. (available at an ftp site near you :-)). The executables are in the c
  3. directory, formatted man pages (suitable for viewing with more) are in
  4. cat. They require AmigaDOS 2.04 or later.
  5.  
  6. The ls program displays unix-like protection flags by default, these
  7. bear a complex relation to the Amiga ones (see the unix library
  8. documentation for details). To obviate this problem, ls accepts a
  9. --amiga option which displays Amiga flags instead. You probably want
  10. to make this the default by defining an appropriate alias for ls. The
  11. user name displayed is the contents of the environment variable USER, or
  12. "user" by default. The group is always wheel.
  13.  
  14. Not all the programs of the file utilities are compiled for the Amiga:
  15.  
  16. - du needs more work.
  17. - cp works but has intrinsic performance problems (ie it is horribly slow
  18. and can't be made faster without heavy hacking).
  19. - chown and chgrp make no sense on the Amiga.
  20.  
  21. Bugs should be reported to me. If I find that the problem is with the
  22. GNU source, and not my changes, I will forward the report to the Free
  23. Software Foundation.
  24.  
  25. To recompile the programs:
  26.  
  27. a) Make sure that my unix library is installed. The main directory must
  28. be reachable as src:unix (but you can always change the makefiles if you
  29. want to).
  30.  
  31. b) Compile the library in lib by running lmk.
  32.  
  33. c) Compile the programs in src by running lmk.
  34.  
  35. David Gay
  36. dgay@di.epfl.ch
  37. Ecole Polytechnique Federale de Lausanne, Switzerland
  38.